PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFPage Class / PDFPage Constructor / PDFPage Constructor(PDFPage)
Source page.
In This Topic
    PDFPage Constructor(PDFPage)
    In This Topic
    Initializes a new PDFPage object with an existing page.
    Syntax
    public PDFPage( 
       PDFPage src
    )

    Parameters

    src
    Source page.
    Exceptions
    ExceptionDescription
    When src is null.
    See Also